home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00479.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  228 b   |  11 lines

  1. on exitFrame
  2.   global gCurrLabel, gTourForwardArrow, gTourBackArrow
  3.   if the frameLabel <> 0 then
  4.     gCurrLabel = the frameLabel
  5.   end if
  6.   sound stop 1
  7.   setHandCursor([40, 41, 42])
  8.   Inscope(gTourForwardArrow)
  9.   unLoad()
  10. end
  11.